Welcome![Sign In][Sign Up]
Location:
Search - assembly language compiler

Search list

[Software EngineeringCMD文件配置详解

Description: 2812 CMD文件配置详解 DSP芯片以其极高的精度,性能及运算速度等无与伦比的优点使它得到了十分广泛的应用,TMS320F2812是TI公司生产的到目前为止用于数字控制领域的最好的DSP芯片,在对它的仿真开发过程中,编译器生成的代码和数据要由链接器分配到合适的存储空间,通常链接器的命令文件.cmd文件是由用户自己编写的,编写不当,就会使仿真开发不能进行,TI公司虽然在《TMS320C28x Optimizing C/C++ Compiler User’s Guide 6》和《TMS320C28x Assembly Language Tools User’s Guide 6》做了介绍,但内容却比较散乱而且要求读者对整个开发系统要有较全面的认识,这对于初学者来说是比较困难的。下面以TMS320F2812芯片为例,结合具体的仿真调试实例加以说明使大家能够既快速又准确的掌握.cmd文件的分配方法。
Platform: | Size: 139636 | Author: santoszdq | Hits:

[ELanguageccdl190

Description: 用汇编和C写的32位C语言编译器,支持C++,也可编译Windows程序和DLL文件- 32 C language compiler write which with the assembly and C, supports C, also may translate the Windows procedure and the DLL document
Platform: | Size: 2320384 | Author: 站长 | Hits:

[Mathimatics-Numerical algorithmsLLongInt

Description: 一个大整数运算类,其中用了Windows下的汇编语言做了优化,在Visual C++ .NET下编译通过-A large category of integer calculations, which used the Windows under optimized assembly language, in the Visual C++. NET compiler passed under
Platform: | Size: 6144 | Author: | Hits:

[CSharp内联汇编

Description: 在Visual C++中使用内联汇编不需要额外的编译器和联接器,且可以处理Visual C++中不能处理的一些事情,而且可以使用在C/C++中的变量,所以非常方便。内联汇编主要用于如下场合:   1.使用汇编语言写函数;   2.对速度要求非常高的代码;   3.设备驱动程序中直接访问硬件;   4."Naked" Call的初始化和结束代码。 -used in conjunction with the compilation does not need additional compiler and connectivity devices, which can be dealt with Visual C can not handle some things that can be used in the C/C variables, so it is convenient. In conjunction with the compilation mainly for the following occasions : 1. The use of assembly language to write function; 2. The very high speed code; 3. Device driver had direct access to hardware; 4. "Naked" Call the initialization and termination code.
Platform: | Size: 2048 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSARM-program

Description: ARM体系结构和编程,介绍ARM CPU 的细节,包括结构,寻址,指令集,汇编语言,cache管理,存储,函数调用参数传递,交叉编译连接及调试。-ARM architecture and programming on the ARM CPU details, including the structure, addressing, instruction set, assembly language, cache management, storage, transfer function call parameters, cross-linking and debugging compiler.
Platform: | Size: 18489344 | Author: 韩杰生 | Hits:

[Data structscscript1(zhuanzai)

Description: 完成一个简化的C语言编译程序,最终能生成汇编语言或中间结果。有一些基本的数据结构和语言成分-completion of a simple C language compiler and eventually will generate assembly language or intermediate results. There are some basic data structure and composition language
Platform: | Size: 418816 | Author: zhaoyan | Hits:

[OtherASMEdit

Description: 编写Win32汇编语言的语法编辑器,主要是按照VC编辑器的语法颜色显示代码,加入编译功能-prepared Win32 assembly language syntax editor, VC is the main editor of code syntax colors, by adding compiler functions
Platform: | Size: 53248 | Author: zk | Hits:

[ELanguagepl0back

Description: 在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。   PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。 该软件为PL/0语言编译程序,所实现的扩充功能如下: 1.增加单词:保留字 ELSE,FOR,TO, DOWNTO 2.增加运算 +=,-=,++,-- 3.不等号# 改为 <> 4.增加条件语句的ELSE子句 5.扩充语句: ①FOR <变量>:=<表达式> TO <表达式> DO <语句> ②FOR <变量>:=<表达式> DOWNTO<表达式> DO <语句> 其中,语句①的循环变量的步长为1, 语句②的循环变量的步长为-1。 概述 源文件: *.plo 目标文件: *.COD 实现平台:C++ Builder6.0 -the compiler, the source language of PL/0 language, target language of the imaginary stack of computer assembly language. PL/0 language Pascal language is a subset of, PL/0 compilers including the right PL/0 language source analysis, category PCODE compiler code generation and the virtual machine running on to explain the formation PCODE category code functions. PL/0 language compiler to use syntax analysis of the core, the compiler again scanning methods. Lexical analysis, and code generation as an independent for the subroutine call syntax analysis procedures. Grammatical analysis at the same time, provided the error reporting function. The source did not compile the wrong circumstances, Call category PCODE explain the interpretation and implementation of procedures generated P
Platform: | Size: 384000 | Author: mayfar | Hits:

[OtherTMS320C5000

Description: DSP开发时有关TMS320C5000系列的用户指导.包含编译器,源码调试系统,汇编语言工具,涉及到总线,CPU,指令集的参考资料教程。-DSP development at the TMS320C5000 series of user guidance. Includes compiler, source code debugging, assembly language tools, involving bus, CPU, instruction set reference guide.
Platform: | Size: 9257984 | Author: lixin | Hits:

[Embeded-SCM Develop12232fdriver

Description: 1为LCM的驱动程序 2采用汇编语言 3在WAVE6000编程软件下编译运行-the LCM as a driver used two of the three assembly language programming software WAVE6000 compiler running under
Platform: | Size: 6144 | Author: 百度哥2010 | Hits:

[DSP programftest2dw

Description: dsp汇编语言,针对tms320c50,目前我还没有编译器,新手上路,请多多指教-dsp assembly language against tms320c50 now, I have not compiler, Getting Started, Please exhibitions
Platform: | Size: 4096 | Author: | Hits:

[DSP programftest3

Description: dsp汇编语言,针对tms320c50,目前我还没有编译器,新手上路,请多多指教-dsp assembly language against tms320c50 now, I have not compiler, Getting Started, Please exhibitions
Platform: | Size: 5120 | Author: | Hits:

[DSP programftest4w

Description: dsp汇编语言,针对tms320c50,目前我还没有编译器,新手上路,请多多指教-dsp assembly language against tms320c50 now, I have not compiler, Getting Started, Please exhibitions
Platform: | Size: 3072 | Author: | Hits:

[DSP programftest5

Description: dsp汇编语言,针对tms320c50,目前我还没有编译器,新手上路,请多多指教-dsp assembly language against tms320c50 now, I have not compiler, Getting Started, Please exhibitions
Platform: | Size: 4096 | Author: | Hits:

[OtherTMS320LF240x

Description: TMS320LF240x DSP应用程序设计教程 本书共分两篇。第1篇主要讲述TMS320LF240x系列DSP硬件概况、内部资源、汇编语言寻址方式和指令系统、汇编程序的编写方法和CCS调试环境以及汇编程序开发实例:第2篇主要讲述TMS320LF240x系列DSP的C编译器、C代码的优化、C程序的链接、运行时支持库以及与TMS320LF240x系列DSP相关的C语言知识,并且使用两个实例阐述了C程序开发过程等。 -TMS320LF240x DSP Application Design Guide to the book is divided into two. No. 1 on the main TMS320LF240x hardware profiles, internal resources, assembly language instructions and addressing modes, procedures for the preparation of the compilation methods and CCS debugging environment and the compilation of program development examples : No. 2 on the main TMS320LF240x C compiler, C code optimization, C program links run-time support and with the TMS320LF240x related to the C language knowledge, and the use of two examples described the C program development processes.
Platform: | Size: 8969216 | Author: 钟员 | Hits:

[OS programShutDn32

Description: 用来对电脑做注销,再启动,关机的程序。 不要求用户为管理员,但是必须为本机用户。 采用Win32汇编语言编写。MASM32编译。 -used to write off the computer to do and then start off procedures. Does not require users to administrators, but it must be user-oriented machine. Using Win32 is written in assembly language. MASM32 compiler.
Platform: | Size: 4096 | Author: 王林 | Hits:

[assembly languageAssemble

Description: 本人大二学习汇编语言程序设计时的全部源代码,均已经编译通过生成可执行文件,每个目录是一个程序。希望对学习汇编语言的同志有所帮助。-my sophomore year learning assembly language programming at all the source code, have already generated by compiler executable files, each directory is a process. Want to learn assembly language comrades help.
Platform: | Size: 144384 | Author: zuoyinbo | Hits:

[assembly languagevv3

Description: 一个年轻mm写的汇编语言程序,引导型电脑病毒,不会破坏电脑,大家可以编译看一下。-a young mm write assembly language procedure, guided by a computer virus that will not disrupt computers, We can look at the compiler.
Platform: | Size: 5120 | Author: luzi | Hits:

[SCM51biancheng

Description: 51单片机C语言的编程技巧 在进行单片机应用系统设计时.汇编语言是一种常用的软件工具。它能直接操作硬件.指令的执行速度快。但其指令繁育统的固有格式受硬件结构的限制很大.且难于编写与调试.同时其可移植性也较差。随着单片机硬件性能的提高.其工作速度越来越快.因此在编写单片机应用系统程序时.更着重于程序本身的编写效率。本文介招的C51交叉编译器就是解决连一问题的利器-51 microcontroller C programming language skills during SCM application system design. Assembly Language is a common software tools. It can directly operate the hardware. Order Execution speed. But their breeding EC Directive format by the inherent structural limitations of hardware great. It is not easy to prepare and debugging. While its portability also poor. With SCM performance of hardware. Their work ever faster. Therefore, in preparing microcontroller applications procedures. More focused on the preparation process itself efficiency. This paper introduces the C51 cross compiler is not even solve the problem of a sharp object
Platform: | Size: 354304 | Author: liming | Hits:

[assembly languageb61255599111144

Description: 该软件提供了编辑、编译、运行、调试汇编语言程序的集成环境。目前支持MASM、TASM、MCS51三种编译器。第一次使用时,要现在选项菜单中选择您所使用的编译器类型及其目录所在。 bin目录里为本软件 files目录为汇编语言写的用于测试的程序 source目录为本软件的源代码 masm为MASM类型的编译器,其中:masm.exe为编译器,link.exe为连接器-The software provides editing, compiling, running, debugging assembly language program of the integrated environment. Currently supports MASM, TASM, MCS51 three compiler. The first time, we must now select the menu option you are using the compiler type and directory is located. bin directory for directory-based software files written in assembly language procedures for testing software source directory-based source code for MASM MASM type of compiler, of which: masm.exe for the compiler, link.exe for connector
Platform: | Size: 1024 | Author: usa2883 | Hits:
« 1 2 3 4 56 7 8 9 10 »

CodeBus www.codebus.net